home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / atomic2_0 / atomic.conf next >
Text File  |  1999-06-14  |  2KB  |  71 lines

  1. /* ********************************************************** */
  2. /*               Atomic Clock Configuration File              */
  3. /* -default path/filename: s:atomic.conf                      */
  4. /* -all entries are MANDATORY unless otherwise noted          */
  5. /* -edit with ascii editor                                    */
  6. /* ********************************************************** */
  7.  
  8. /* DST FIELD */
  9.  
  10. /* DST = Daylight Savings Time field                          */
  11. /* -ONLY need to configure ONCE                               */
  12. /* -Valid entries: = 'YES' or 'NO'                            */
  13. /* -Set to 'YES' if your timezone uses DST at ANY time        */
  14. /* -DST should be set to 'YES' for most US timezones          */
  15. /* -DST can stay 'YES' all year long, as program checks NIST  */
  16. /*  clock and only compensates when NIST Clock AND your DST   */
  17. /*  value are set                                             */
  18. /* - Set to 'NO' if your timezone NEVER uses DST              */
  19. /* -Can be overridden with arg, i.e. atomic.rexx n            */
  20.  
  21. DST='YES'
  22.  
  23. /* DST END */
  24.  
  25.  
  26.  
  27. /* AVG  FIELD */
  28.  
  29. /* AVG = Average server connect time display field            */
  30. /* -Valid entries are 'YES' or 'NO'                           */
  31. /* -Can be overridden with arg, i.e. atomic.rexx a            */
  32.  
  33. AVG='NO'
  34.  
  35. /* AVG END */
  36.  
  37.  
  38.  
  39. /* LOGFILE */
  40.  
  41. /* LOGILE = Logfile path and filename                         */
  42. /* -Default is 's:atomic.log'                                 */
  43.  
  44. LOGFILE='s:atomic.log'
  45.  
  46. /* LOGFILE END */
  47.  
  48.  
  49.  
  50. /* TIMESERVERS */
  51.  
  52. /* TIMESERVER = Atomic clock server to connect to             */
  53. /* Add more timerservers using example notation as follows:   */
  54. /* TIMESERVER.x (where x is NEXT available integer            */
  55. /* followed by = (assignment operator in ARexx)               */
  56. /* then followed by NAME in "ticks"                           */
  57. /* TIMESERVER.4='mytimeserver.com'                            */
  58.  
  59. TIMESERVER.1='time-A.timefreq.bldrdoc.gov'
  60. TIMESERVER.2='time-B.timefreq.bldrdoc.gov'
  61. TIMESERVER.3='time-a.nist.gov'
  62. TIMESERVER.4='time-b.nist.gov'
  63. TIMESERVER.5='utcnist.colorado.edu'
  64. TIMESERVER.6='time.nist.gov'
  65. TIMESERVER.7='time-nw.nist.gov'
  66. TIMESERVER.8='utcnist1.reston.mci.net'
  67. TIMESERVER.9='nist1.datum.com'
  68.  
  69. /* TIMESERVER END */
  70.  
  71.